--- title: "大写" created: 2025-11-28 tags: - 算法 --- # 大写 ## 题目 [大写](https://www.lanqiao.cn/problems/1590/learning/) ![[image-eba9e52e.png]] ## 思路分析 我是不是看错题了?什么鬼 ## 代码实现 ```cpp #include using namespace std; #define endl '\n' int main() { ios::sync_with_stdio(0),cin.tie(0),cout.tie(0); string s;cin>>s; for(int i=0;i